home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 April
/
Electronic Clipper 1998-04.iso
/
Idea Source®
/
Bites.Dir
/
00028_Script_28
< prev
next >
Wrap
Text File
|
1998-02-19
|
332b
|
19 lines
on exitFrame
go the frame
repeat with n=13 to 17
if rollover(n) then
set the visible of sprite n to false
updatestage
end if
end repeat
repeat with n=13 to 17
if not rollover(n) then
set the visible of sprite n to true
updatestage
end if
end repeat
end